MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Save Method / Save(String,RdfFormat) Method
Name of the file.
The format.

In This Topic
Save(String,RdfFormat) Method
In This Topic
Saves document to the specified file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String, _
   ByVal fmt As RdfFormat _
) 
 

Parameters

fileName
Name of the file.
fmt
The format.
See Also